home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: lafn.org!av871
- From: av871@lafn.org (Karl Chen)
- Subject: Question about C compiler
- X-Nntp-Posting-Host: lafn.org
- Message-ID: <1996Apr16.175344.6042@lafn.org>
- Sender: news@lafn.org
- Organization: Los Angeles Free-Net
- Date: Tue, 16 Apr 1996 17:53:44 GMT
-
-
- In C and C++ ,there is a way to allocate and dealloacte memory
- dynamically ( in C,using malloc() and free(),In C++,using new and delete)
- .I heard from a book that some compiler do not delete the pointer after
- deallocation,is this true?Why they don't do this ? What about Boland C++
- ? Can anyone give me a advice ?
-
- Thankx !!!Please e-mail me
-
- my e-mail is av871@lafn.org
-